home *** CD-ROM | disk | FTP | other *** search
- InstrumentBuilder = {
- ACTIONS = {
- newInstrument:;
- showInspector:;
- openScore:;
- showPalette:;
- setCurrentScore:;
- printInstrument:;
- save:;
- saveAs:;
- newScore:;
- parse:;
- showScoreWindow:;
- closeScore:;
- changeViewDetail:;
- unparse:;
- showInfo:;
- newScoreAndInstrument:;
- hideScore:;
- };
- OUTLETS = {
- preferences;
- UGDefFileText;
- infoVersionText;
- cleanFont;
- UGHandler;
- infoPanel;
- dirtyFont;
- inspector;
- infoPanelText;
- scoreList;
- palette;
- scoreWindow;
- instrumentMenuCell;
- currentScore;
- scoreBrowser;
- detailMenuCell;
- };
- SUPERCLASS = Object;
- };
- InspectorPanel = {
- OUTLETS = {
- controller;
- };
- SUPERCLASS = Panel;
- };
- FirstResponder = {
- ACTIONS = {
- detailModeChanged:;
- };
- SUPERCLASS = Object;
- };
- InspectorController = {
- ACTIONS = {
- makePanelFront:;
- cancel:;
- setThePanel:;
- revert:;
- set:;
- };
- OUTLETS = {
- noInspectorView;
- panel;
- setButton;
- fileNameText;
- popUpButton;
- scoreView;
- currentUG;
- instrumentNameText;
- currentInstrument;
- instrumentView;
- multiView;
- controller;
- scoreNameText;
- revertButton;
- cmusicScoreText;
- currentScore;
- window;
- popUpList;
- };
- SUPERCLASS = Object;
- };
-